'Declaration
Public Overloads Function FindIndices(Of As MetadataItem)( _
ByVal As System.String _
) As System.Collections.Generic.IList(Of Integer)
'Usage
Dim instance As MetadataList
Dim name As System.String
Dim value As System.Collections.Generic.IList(Of Integer)
value = instance.FindIndices(Of T)(name)
public System.Collections.Generic.IList<int> FindIndices<>(
System.string
)
where T: MetadataItem
public: System.Collections.Generic.IList<int>* FindIndices<>(
System.string*
)
where T: MetadataItem